home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 February / CHIP Şubat 1998.iso / drivers / YAZICI / HP / LASERJET / 5MCLJ / WINNT4 / LJ113GE.EXE / DISK1 / OEMSETUP.INF < prev    next >
Encoding:
INI File  |  1997-03-16  |  2.3 KB  |  119 lines

  1.  
  2. ;
  3. ; List of supported printers, manufacturers
  4. ;
  5.  
  6. [Version]
  7. Signature="$CHICAGO$"
  8. Provider=%SW2000%
  9. LayoutFile=layout.inf
  10. ClassGUID={4D36E979-E325-11CE-BFC1-08002BE10318}
  11. Class=Printer
  12.  
  13. ;
  14. ; The Manufacturer section lists all of the manufacturers that we will
  15. ; display in the Dialog box
  16. ;
  17. [Manufacturer]
  18. "HP"
  19.  
  20. ;
  21. ; Model sections. Each section here corresponds with an entry listed in the
  22. ; [Manufacturer] section, above. The models will be displayed in the order
  23. ; that they appear in the INF file.
  24. ;
  25.  
  26. [HP]
  27. "HP Color LaserJet 5/5M (HP)" = HPCLJ5M    
  28. ;"HP Color LaserJet 5/5M (CLJ5FR)" = HPCLJ5FR    
  29.  
  30. ;
  31. ; Installer Sections
  32. ;
  33. ; These sections control file installation, and reference all files that
  34. ; need to be copied. The section name will be assumed to be the driver
  35. ; file, unless there is an explicit DriverFile section listed.
  36. ;
  37.  
  38. [HPCLJ5M]
  39. CopyFiles=@HPC3.DLL,HPCLJ,HPCLJ_UICORE
  40. DataSection=HPCLJ_DATA
  41. DataFile=HPC3.DLL
  42.  
  43. [HPCLJ5FR]
  44. CopyFiles=@HPC3.DLL,HPCLJFR,HPCLJFR_UI
  45. DataSection=HPCLJ_DATA
  46. DataFile=HPC3.DLL
  47.  
  48. ; Copy Sections
  49. ;
  50. ; Lists of files that are actually copied. These sections are referenced
  51. ; from the installer sections, above. Only create a section if it contains
  52. ; two or more files (if we only copy a single file, identify it in the
  53. ; installer section, using the @filename notation) or if it's a color
  54. ; profile (since the DestinationDirs can only handle sections, and not
  55. ; individual files).
  56. ;
  57.  
  58. [HPCLJ]
  59. HPC3UI.DLL
  60. HPC3PCL5.HLP
  61. READCLJ5.WRI
  62. HPC3INFO.DLL
  63. HPC3LANG.DLL
  64. CONF32.DLL
  65.  
  66. [HPCLJ_UICORE]
  67. HPC3PCL5.HLP
  68. READCLJ5.WRI
  69. HPC3INFO.DLL
  70. HPC3LANG.DLL
  71. CONF32.DLL
  72.  
  73. [HPCLJFR]
  74. HPC3UI.DLL
  75. HPC3PCL5.HLP
  76. READCLJ5.WRI
  77. HPC3INFO.DLL
  78. HPC3LANG.DLL
  79. CONF32.DLL
  80. HPC_UMPD.DLL
  81. HPCCPANL.EXE
  82.  
  83. [HPCLJFR_UI]
  84. HPC3PCL5.HLP
  85. READCLJ5.WRI
  86. HPC3INFO.DLL
  87. HPC3LANG.DLL
  88. CONF32.DLL
  89. HPC_UMPD.DLL
  90. HPCCPANL.EXE
  91.  
  92. ;
  93. ; Data Sections
  94. ;
  95. ; These sections contain data that is shared between devices.
  96. ;
  97.  
  98. [HPCLJ_DATA]
  99. DriverFile=HPC3.DLL
  100. ConfigFile=HPC3UI.DLL
  101. HelpFile=HPC3PCL5.HLP
  102.  
  103. ;
  104. ; Call SetupSetDirectoryId with 66000 to set the target directory at runtime
  105. ; (depending on which environment drivers are getting installed)
  106. ;
  107.  
  108. [DestinationDirs]
  109. DefaultDestDir=66000
  110. HPCLJ_UICORE=11
  111. HPCLJFR_UI=11
  112.  
  113. ;
  114. ; Localizable Strings
  115. ;
  116. [Strings]
  117. SW2000="Software 2000 Ltd."
  118.  
  119.